Creates a nested
Layer object and adds it on top of other nested layers.
シンタックス
'宣言
Public Overloads Function CreateSubLayer( _
ByVal As System.Action(Of GcGraphics,Layer) _
) As Layer
public Layer CreateSubLayer(
System.Action<GcGraphics,Layer>
)
パラメータ
- draw
- A delegate that accepts a GrapeCity.Documents.Drawing.GcGraphics object and a Layer, and draws the layer on the graphics.
参照